Ensure proper spacing around icons in message dialogs
authorMatthias Clasen <mclasen@redhat.com>
Tue, 18 Mar 2014 23:50:59 +0000 (19:50 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 18 Mar 2014 23:53:36 +0000 (19:53 -0400)
We had a margin of 30 before/after the text. Put that add around
the icon as well, and separate the icon and text by 30 pixels.
This does not affect the appearance of message dialogs without
icons.

gtk/resources/ui/gtkmessagedialog.ui

index 44d280b0a2a8f9602af79b0293586d97c25e5e59..d75a414b627ebb2a9c511a9a43eed4315345249b 100644 (file)
             <property name="visible">True</property>
             <property name="can_focus">False</property>
             <property name="border_width">0</property>
-            <property name="spacing">12</property>
+            <property name="margin_start">30</property>
+            <property name="margin_end">30</property>
+            <property name="spacing">30</property>
             <child>
               <object class="GtkBox" id="message_area">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="margin_start">30</property>
-                <property name="margin_end">30</property>
                 <property name="orientation">vertical</property>
                 <property name="spacing">10</property>
                 <child>